home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="MSThemeCompatible" content="yes" />
- <link href="ccc.css" type="text/css" rel="STYLESHEET" />
- <script src="ccc.js"></script>
- <script language="javascript">
- <!--
- function SetDataFields()
- {
- var sCode = getParamVal("installationcode");
- if (sCode != null && sCode.length == 24)
- {
- var ss = sCode.split("-");
- if (ss.length == 5)
- {
- for (i = 0; i < 5; i++)
- {
- var oField = document.getElementById("txtInstCode" + (i + 1));
- if (oField != null)
- oField.value = ss[i].toUpperCase();
- }
- }
- }
- sCode = getParamVal("key");
- if ((sCode != null) && (sCode.length > 0))
- {
- location = "pcucmd://StoreParam?key=" + sCode;
- var oKey = document.getElementById("txtKey");
- if (null != oKey)
- {
- oKey.value = sCode.toUpperCase();
- oKey.readOnly = true;
- }
- }
- sCode = getParamVal("SourceID");
- var sNumDays = getParamVal("NumDays");
- if (sCode != null)
- {
- var oField = document.getElementById("txtID");
- if (oField != null)
- {
- if (sNumDays != null)
- sCode = sCode + " " + sNumDays;
-
- oField.value = sCode;
- }
- }
- }
-
- function OnTxtFieldChanging()
- {
- var oKey = document.getElementById("txtKey");
- var oAct = document.getElementById("txtActivationCode");
-
- if (oKey != null)
- location = "pcucmd://StoreParam?key=" + oKey.value;
-
- if (oAct != null)
- location = "pcucmd://StoreParam?activationcode=" + oAct.value;
-
- if (oKey != null && oAct != null &&
- ValidateSerial(oKey.value) && ValidateActCode(oAct.value))
- {
- location="pcucmd://CanContinue?enable=true";
- }
- else
- {
- location="pcucmd://CanContinue?enable=false";
- }
- }
- -->
- </script>
- </head>
- <body onload="location='pcucmd://FrameDataLoaded'; SetDataFields();" tabindex="-1">
- <div id="pcu_data" style="DISPLAY: none">
- PageDimension:630,440
- </div>
- <div id="ButtonBar" style="display:none">
- <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
- <tr>
- <td align="right" valign="middle">
- <button accesskey="I" type="button" id="btnBack" name="btnBack" onclick="location='pcucmd://Previous/'">< <u>I</u>ndietro</button>
- <button accesskey="O" type="submit" id="btnContinue" name="btnContinue" disabled="true" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Unlock/'; location='pcucmd://Next?condition=true'">C<u>o</u>ntinua</button>
- <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Cancel'"><u>A</u>nnulla</button>
- </td>
- </tr>
- </table>
- </div>
- <h3><b>Come contattare il Servizio Clienti Corel</b></h3>
- Fare clic sul pulsante Servizio Clienti per visualizzare un elenco dei recapiti telefonici del Servizio Clienti Corel, presente in tutto il mondo:
- <p align="center">
- <button accesskey="S" type="button" onclick="location='pcucmd://browse?url=' + ExpandRelativeURL('CCS-phone.htm')">Servizio <u>C</u>lienti</button>
- </p>
- Per proseguire, immettere la Chiave e il Codice di attivazione ricevuti dal Servizio Clienti negli spazi corrispondenti sotto riportati.
- <br />
- <br />
- <table width="100%">
- <tr>
- <td width="25%" align="right">
- <label for="txtInstCode1" accesskey="I"><u>C</u>odice di installazione:</label>
- </td>
- <td width="75%">
- <input type="text" readonly="true" size="5" id="txtInstCode1" />-<input type="text" readonly="true" size="5" id="txtInstCode2" />-<input type="text" readonly="true" size="5" id="txtInstCode3" />-<input type="text" readonly="true" size="5" id="txtInstCode4" />-<input type="text" readonly="true" size="5" id="txtInstCode5" />
- </td>
- </tr>
- <tr>
- <td width="25%" align="right">
- <label for="txtKey" accesskey="K"><u>C</u>hiave:</label>
- </td>
- <td width="75%">
- <input type="text" id="txtKey" size="40" onkeyup="OnTxtFieldChanging()" />
- </td>
- </tr>
- <tr>
- <td width="25%" align="right">
- <label for="txtActivationCode" accesskey="A"><u>C</u>odice di attivazione:</label>
- </td>
- <td width="75%">
- <input type="text" id="txtActivationCode" size="40" onkeyup="OnTxtFieldChanging()" />
- </td>
- </tr>
- <tr>
- <td width="25%" align="right">
- <label for="txtID" accesskey="D">I<u>D</u>:</label>
- </td>
- <td width="75%">
- <input type="text" readonly="true" size="10" id="txtID" />
- </td>
- </tr>
- </table>
- </body>
- </html>
-
-
-
-
-
-